Eplan Platform API
Eplan.EplApi.DataModel Namespace / Group Class / UnGroup Method / UnGroup(Placement[]) Method

In This Topic
    UnGroup(Placement[]) Method
    In This Topic
    Remove Placements only from a group.
    Syntax
    public void UnGroup( 
       Placement[] placements
    )
    public:
    void UnGroup( 
       array<Placement^>^ placements
    ) 

    Parameters

    placements
    Remarks
    This method doesn't make sense for class "SymbolVariant" and "DimensionGroup". It always throws ForbiddenOperationException for class "SymbolVariant" and "DimensionGroup".
    See Also